home *** CD-ROM | disk | FTP | other *** search
- stop();
- decalFinder();
- _root.doorID = false;
- print_btn.onRelease = function()
- {
- var _loc1_ = new PrintJob();
- if(_loc1_.start())
- {
- if(!_loc1_.addPage("poster",{xMin:0,xMax:612,yMin:0,yMax:792},{printAsBitmap:true}))
- {
- }
- }
- _loc1_.send();
- false;
- };
- back.onRelease = function()
- {
- gotoAndStop("plate");
- };
-